body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

#parentVerticalTab{ padding-top:50px; margin-top:100px}
.resp-tabs-list li {
    font-weight: 600;
    font-size:14px;
    display: inline-block;
    padding: 13px 15px;
    margin: 50px 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #c9151e !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #c9151e !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #c9151e;
}

h2.resp-accordion {
   
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 27%;
	margin-left:3%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
	margin-top:-60px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 500px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #c9151e !important;
border-left: 4px solid #c9151e !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		font-size:1.3em;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear:both;
		margin-top:10px;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}



.resp-vtabs .resp-tab-content  .index_top{position:relative; width:100%; display:block; padding-bottom:40px;}
.resp-vtabs .resp-tab-content  .h3_y{font-weight:bold; font-size:42px; color:#333333; display:block; }
.resp-vtabs .resp-tab-content  .p_h3{font-weight:bold; font-size:30px; color:#104492; position:relative;}
.resp-vtabs .resp-tab-content  .p_h3::after{position:absolute; right:0; top:55%; margin-top:-1px; height:1px;
 width:86%; content:"";background:#e5e5e5;
}
.resp-vtabs .resp-tab-content  .more_a{width:184px; height:44px; background:#363e45; line-height:44px; position:absolute; right:0; bottom:43%;
 color:#ffffff;  display:block; padding:0 15px; 
}
.resp-vtabs .resp-tab-content  .more_a::after{position:absolute; right:0; top:0;  width:65px; content:"";
 height:0; border-top:44px solid #104492; border-left:28px solid transparent;transition:all 0.5s ease;
}
.resp-vtabs .resp-tab-content  .more_a a{color:#ffffff; padding-left:15px; font-size:16px; width:100%; display:block; position:relative; z-index:2;}
.resp-vtabs .resp-tab-content  .more_a .b{float:right; font-weight:bold; line-height:44px; font-size:20px;}
.resp-vtabs .resp-tab-content  .more_a:hover::after{background:#104492; width:100%; height:100%;}
.resp-vtabs .resp-tab-content  .case_ul{width:100%; display:block;}
.resp-vtabs .resp-tab-content  .li_d{float:left; width:32%; margin-right:2%; background:#ffffff;}
.resp-vtabs .resp-tab-content  .li_d:nth-child(3n){margin-right:0;}
.resp-vtabs .resp-tab-content  .li_d a{display:block; width:100%; height:100%;}
.resp-vtabs .resp-tab-content  .li_d .pic{position:relative; }
.resp-vtabs .resp-tab-content  .li_d img{display:block;}
.resp-vtabs .resp-tab-content  .li_d .mor{display:flex;align-items: center; justify-content: center; width:100%; height:100%; background:rgba(16,68,146,0.7); position:absolute; left:0; top:0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.resp-vtabs .resp-tab-content  .li_d .i{width:54px; height:54px; border:1px solid #ffffff; line-height:54px; 
  font-size:14px; border-radius:50%; color:#ffffff; text-align:center;
}
.resp-vtabs .resp-tab-content  .li_d .text{line-height:68px; height:68px; width:100%;
 padding:0 10px; text-align:center; display:block; font-size:18px; color:#333333;
   -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.resp-vtabs .resp-tab-content  .li_d:hover .mor{
  -webkit-transform: scale(1);
   -moz-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}
.resp-vtabs .resp-tab-content  .li_d .text{background:#ccc; color:#104492;}
.resp-vtabs .resp-tab-content  .li_d:hover .text{background:#104492; color:#ffffff;}

@media screen and  (max-width:1630px){

}
@media screen and  (max-width:1200px){
.resp-vtabs .resp-tab-content  .h3_y{font-size:36px;}
  .resp-vtabs .resp-tab-content  .p_h3{font-size:30px;}
  .resp-vtabs .resp-tab-content  .li_d .text{line-height:60px; height:60px;}
  .resp-vtabs .resp-tab-content  .more_a{bottom:46%;}
}
@media screen and  (max-width:992px){
.resp-vtabs .resp-tab-content {padding:50px 0;}
  .resp-vtabs .resp-tab-content  .p_h3::after{width:80%;}
  .resp-vtabs .resp-tab-content  .h3_y{font-size:32px;}
  .resp-vtabs .resp-tab-content  .p_h3{font-size:24px;}
  .resp-vtabs .resp-tab-content  .more_a{bottom:46%; width:160px; height:40px;}
  .resp-vtabs .resp-tab-content  .more_a a{padding-left:10px; line-height:40px;}
  .resp-vtabs .resp-tab-content  .more_a .b{line-height:40px;}
  .resp-vtabs .resp-tab-content  .more_a::after{border-top: 40px solid #104492;}
  .resp-vtabs .resp-tab-content  .li_d .text{line-height:50px; height:50px; font-size:16px;}
  .resp-vtabs .resp-tab-content  .li_d .i{width:46px; height:46px; line-height:46px;}
}
@media screen and  (max-width:768px){
.resp-vtabs .resp-tab-content {padding:30px 0;}
  .resp-vtabs .resp-tab-content  .h3_y{font-size:24px;}
  .resp-vtabs .resp-tab-content  .p_h3{font-size:18px;}
  .resp-vtabs .resp-tab-content  .p_h3::after{width:70%;}
  .resp-vtabs .resp-tab-content  .more_a{ float:right; width:120px; height:36px; position:inherit; }
  .resp-vtabs .resp-tab-content  .more_a a{padding-left:0px; line-height:36px; font-size:14px;}
  .resp-vtabs .resp-tab-content  .more_a .b{line-height:36px;}
  .resp-vtabs .resp-tab-content  .more_a::after{border-top: 36px solid #104492; width:56px;}
  .resp-vtabs .resp-tab-content  .li_d .text{line-height:44px; height:44px; font-size:14px;}
  .resp-vtabs .resp-tab-content  .li_d .i{width:46px; height:46px; line-height:46px;}
  .resp-vtabs .resp-tab-content  .li_d{width:100%; margin-right:0; margin-top:15px; display:block;}
}










.resp-vtabs .resp-tab-content .p_Product {
    width: calc((100% - 0px) / 4)
}

.resp-vtabs .resp-tab-content .p_CommonSummaryBoxA {
    text-align: center
}

.resp-vtabs .resp-tab-content .p_MatteIcon .iconfont:before {
    content: '\e602'
}

.resp-vtabs .resp-tab-content > div {
    animation-fill-mode: both
}

.resp-vtabs .resp-tab-content .proBox {
    padding: 50px 0;
    overflow: hidden
}

.resp-vtabs .resp-tab-content .container {
    padding: 0
}

.resp-vtabs .resp-tab-content .proContainer {
    margin: 0
}

.resp-vtabs .resp-tab-content .proLi {
    padding: 10px
}

.resp-vtabs .resp-tab-content .proLi:hover .txtBox {
    background-color: rgba(201, 21, 30, .8)
}

.resp-vtabs .resp-tab-content .box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.resp-vtabs .resp-tab-content .proImgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    overflow: hidden; margin-top:20px;
}

.resp-vtabs .resp-tab-content .heng .proImgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

.resp-vtabs .resp-tab-content .shu .proImgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    overflow: hidden
}

.resp-vtabs .resp-tab-content .proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /*height:100%;*/
    transition: all .5s ease
}

.resp-vtabs .resp-tab-content .txtBox {
    position: absolute;
    bottom: -43px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
    transition: all .5s ease
}

.resp-vtabs .resp-tab-content .proLink {
    display: block;
    width: 100%;
    padding: 0 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s ease
}

.resp-vtabs .resp-tab-content .moreLink {
    display: block;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all .5s ease;
    margin-top: 10px
}

@media only screen and (min-width:769px) {
    .resp-vtabs .resp-tab-content .proLi:hover .txtBox {
        bottom: 0
    }

    .resp-vtabs .resp-tab-content .proLi:hover .proImg {
        transform: scale(1.1) translate(-50%, -50%)
    }

    .resp-vtabs .resp-tab-content .moreLink:hover {
        background: #fff;
        color: #c9151e
    }
}

@media only screen and (max-width:768px) {
    .resp-vtabs .resp-tab-content .txtBox {
        bottom: 0
    }
}

@media (min-width:1200px) {
    .resp-vtabs .resp-tab-content .container {
        width: 100%
    }
}

.resp-vtabs .resp-tab-content .p_page .pre .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0
}

.resp-vtabs .resp-tab-content .p_page .next .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0
}

.resp-vtabs .resp-tab-content .p_more .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0
}

.resp-vtabs .resp-tab-content .p_loading .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0
}

.resp-vtabs .resp-tab-content {
    max-height: none;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 0;
    height: auto;
    padding-right: 0
}

